tools: hvmloader: add bios_config data structure
authorIan Campbell <ian.campbell@citrix.com>
Tue, 12 Apr 2011 12:44:38 +0000 (13:44 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 12 Apr 2011 12:44:38 +0000 (13:44 +0100)
commit548977fea1ef7a4944f7e0f6aee7f7c9e81a4de0
tree8e2675f4297d66d5b40f48b5d3a91c7a228b3768
parent5b7274efbc0b9cab0238d43a9067ec300b29023d
tools: hvmloader: add bios_config data structure

For now abstract away the actual ROM bits themselves and the various
load addresses.

Create a rombios.c to contain the ROMBIOS specific parts. ROMBIOS is
still statically selected for the time being.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
tools/firmware/hvmloader/Makefile
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c
tools/firmware/hvmloader/rombios.c [new file with mode: 0644]